Skip to content

Fix table colors in light mode #11

Merged
merged 1 commit into from
May 30, 2025
Merged

Fix table colors in light mode #11

merged 1 commit into from
May 30, 2025

Conversation

ejunga
Copy link
Contributor

@ejunga ejunga commented May 30, 2025

Previously, these selectors were all having their background color unset, right after having it set a few lines before: td.k-table-td, .k-grid .k-grid-header .k-table-th, .k-table-tbody .k-group-cell

I removed the unnecessary setting of their background color in the previous line for the majority of these classes, while adding separate background colors for the following two selectors: td.k-table-td, tr.k-alt td.k-table-td.

This fixes the issue of having the incorrect color set for every other line in light mode, without changing the look of dark mode.

@mart2070 mart2070 merged commit f8e597b into ECN:tdx12 May 30, 2025
@ejunga ejunga deleted the table-colors branch May 30, 2025 15:02
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants